home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ECHO This command resets WinProof if WinProof did not quit normally.
- ECHO You must make sure that WinProof is not being used before using RESET!
- ECHO You must switch to the directory where WinProof is installed.
- pause
- if NOT exist WINPROOF.EXE goto error
- del WINPROOF.net
- ECHO WinProof has been reset.
- goto END
- :error
- ECHO ERROR - WinProof was not reset, switch to the WinProof directory.
- :end